home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / GraphStack-Quadratic Eq. / background_4183.txt < prev    next >
Encoding:
Text File  |  1988-09-05  |  2.3 KB  |  119 lines

  1. -- background: 4183 from stack: in.
  2. -- bmap block id: 2062
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 3
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 81
  10. -- high flags: 2004
  11. -- rect: left=4 top=5 right=68 bottom=134
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 20
  16. -- text size: 14
  17. -- style flags: 16640
  18. -- line height: 18
  19. -- part name: Vertex
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: A004
  25. -- rect: left=10 top=312 right=334 bottom=93
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Print Card
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   hide me
  37.   hide bg btn "Prev"
  38.   hide bg btn "Next"
  39.   doMenu "Print Card"
  40.   show me
  41.   show bg btn "Prev"
  42.   show bg btn "Next"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 7 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=477 top=309 right=336 bottom=505
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1013 / 1013
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Next
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect iris open
  62.   go next
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 12 (field)
  68. -- low flags: 81
  69. -- high flags: 2004
  70. -- rect: left=4 top=66 right=147 bottom=134
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 20
  75. -- text size: 14
  76. -- style flags: 256
  77. -- line height: 18
  78. -- part name: Variables
  79.  
  80.  
  81. -- part 13 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=480 top=1 right=28 bottom=508
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 1012 / 1012
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: New Button
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect dissolve slow
  96.   go first
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 14 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=450 top=309 right=336 bottom=478
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1014 / 1014
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Prev
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect iris close
  116.   go prev
  117. end mouseUp
  118.  
  119.